section:nth-child(even) {
    background-color: white;
    padding: 25px 20px;
}

section:nth-child(odd) {
    background-color: #f6f3ee;
    padding: 25px 20px;
}


.banner {
    display: flex;
    flex-direction: column;
}

.bannerImage {
    border-radius: 10px;
    height: 100px;
}

.bannerSection {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px !important;

}

.bannerText {
    text-align: center;
}


.body {
    background-image: url("../images/stillnessjpg.webp");
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: calc(24px);
}

.circleLink {
    height: fit-content;
    background-color: #872b12;
    border-radius: 20px;
    padding: 15px;
    text-align: center;
    color: #f6f3ee;
    width: fit-content;
}

.circleLink>a:visited {
    color: #f6f3ee;
}

.circleLink>.navMenuListItem a {
    color: #f6f3ee;
    text-align: center;

}

.focusAreasImage {
    border-radius: 20px;
    width: 100px;
}

.greeting {
    text-align: center;
    font-size: 2.2rem;
    color: white;
    font-family: "Playfair Display", serif;
    padding: 0 !important;
    position: relative;
}

.greetingHeader {
    position: absolute;
    top: 171px;
    width: 100%;
    font-size:36px;
}

.greetingText {
    position: absolute;
    top: 376;
}

.greetingSubText {
    position: absolute;
    top: 515;
    font-size: 1.4rem;
    text-align: center;
    left: 350;
}

.main {
    max-width: 1024px;
    display: flex;
    flex-direction: column;
    box-shadow: -10px 15px 10px rgb(141, 139, 143), 5px 15px 10px rgb(141, 139, 143);
}

.navMenu {
    align-self: center;
    flex-direction: column;
    margin-right: 10px;
}

.navMenuList {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    justify-content: space-between;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    align-items: center;

}

.navMenuListItem>a {
    color: black
}

.navMenuListItem:not(:last-child) {
    margin-right: 20px;
}

.paymentBlock {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 75px;
}

.paymentIcons {
    height: 125px;
   
}

.paymentIconsContainer{
    border-radius: 20px;
    box-shadow: -8px 10px 10px rgb(141, 139, 143);
    padding: 10px;
    margin-bottom: 20px;
}

.paymentIconsContainer:not(:last-child) {
    margin-right: 10px;
}

.aboutMeImg {
    justify-self: start;
    width: 70%;
    border-radius: 45px;
    margin: 10px 0px 5px 10px;
}

.aboutMeSection {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.aboutMeSectionBlurb {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.approachCard {
    width: 200px;
    height: 200px;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 25px;
    padding: 15px;
    opacity: .8;
    font-size: small;
}

.approachCardSection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.formInput {
    margin-bottom: 12px;
    display: grid;
    /* Row  / column column */
    grid-template: 20px / 100px 150px
}

.servicesSection {
    display: grid;
    font-size: large;
    grid-template-columns: 1fr;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.virtualVisitSection {
    align-items: center;
    display: grid;
    font-size: large;
    grid-template-columns: 1fr 1fr;
    gap: calc(1rem);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.servicesPaymentOptions {
    display: grid;
    font-size: large;
    grid-template-columns: 1fr 1fr;
    gap: calc(1rem);
    font-family: sans-serif;
}

.meetMeImage {
    width: 70%;
    margin-left: 10px;
    border-radius: 10px;
}